ServiceConfig_SecurityLevel.fromJson constructor
ServiceConfig_SecurityLevel.fromJson(
- Object? json
Implementation
factory ServiceConfig_SecurityLevel.fromJson(Object? json) =>
ServiceConfig_SecurityLevel(json as String);