TermsOfService.fromJson constructor
TermsOfService.fromJson(
- Map json_
Implementation
TermsOfService.fromJson(core.Map json_)
: this(
external_: json_['external'] as core.bool?,
fileUri: json_['fileUri'] as core.String?,
kind: json_['kind'] as core.String?,
name: json_['name'] as core.String?,
regionCode: json_['regionCode'] as core.String?,
);