$IntegrityTokenRequest.fromJson constructor

$IntegrityTokenRequest.fromJson(
  1. Map json_
)

Implementation

$IntegrityTokenRequest.fromJson(core.Map json_)
  : this(integrityToken: json_['integrityToken'] as core.String?);