ServiceConfig.fromJson constructor

ServiceConfig.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ServiceConfig.fromJson(Map<String, Object?> json) =>
    _$ServiceConfigFromJson(json);