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