ServiceConfig.fromJson constructor

ServiceConfig.fromJson(
  1. Map json_
)

Implementation

ServiceConfig.fromJson(core.Map json_)
  : this(domain: json_['domain'] as core.String?);