ServiceConfig_SecurityLevel.fromJson constructor

ServiceConfig_SecurityLevel.fromJson(
  1. String json
)

Implementation

factory ServiceConfig_SecurityLevel.fromJson(String json) =>
    ServiceConfig_SecurityLevel(json);