RunService.fromJson constructor
RunService.fromJson(
- Map json_
Implementation
RunService.fromJson(core.Map json_)
: this(service: json_['service'] as core.String?);
RunService.fromJson(core.Map json_)
: this(service: json_['service'] as core.String?);