TermsOfService.fromJson constructor
TermsOfService.fromJson(
- Map json_
Implementation
TermsOfService.fromJson(core.Map json_)
: this(
customerMatchTermsOfServiceStatus:
json_['customerMatchTermsOfServiceStatus'] as core.String?,
);