TermsOfService.fromJson constructor

TermsOfService.fromJson(
  1. Map json_
)

Implementation

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