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