toMap method
- EnumMethod? enumMethod,
Converts instance to a map.
Implementation
Map<String, dynamic> toMap({EnumMethod? enumMethod}) {
return {
"allowedOrigins": allowedOrigins,
"hasAuthorityComponent": hasAuthorityComponent,
"scheme": scheme,
"treatAsSecure": treatAsSecure,
};
}