TermsOfService.fromJson constructor

TermsOfService.fromJson(
  1. 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?,
    );