HashClientIdRequest.fromJson constructor

HashClientIdRequest.fromJson(
  1. Map json_
)

Implementation

HashClientIdRequest.fromJson(core.Map json_)
  : this(
      clientId: json_['clientId'] as core.String?,
      kind: json_['kind'] as core.String?,
      webPropertyId: json_['webPropertyId'] as core.String?,
    );