RequestBody.fromJson constructor
Construct an instance of RequestBody from a JSON map
Implementation
factory RequestBody.fromJson(Map<String, dynamic> json) =>
fromJsonWithLogging(json, _$RequestBodyFromJson);
Construct an instance of RequestBody from a JSON map
factory RequestBody.fromJson(Map<String, dynamic> json) =>
fromJsonWithLogging(json, _$RequestBodyFromJson);