RequestMirrorPolicy.fromJson constructor
RequestMirrorPolicy.fromJson(
- Map json_
Implementation
RequestMirrorPolicy.fromJson(core.Map json_)
: this(
backendService: json_.containsKey('backendService')
? json_['backendService'] as core.String
: null,
);