ServiceConfig_SecurityLevel.fromJson constructor

ServiceConfig_SecurityLevel.fromJson(
  1. Object? json
)

Implementation

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