RemoveGoogleUserIdDataStatus.fromJson constructor

RemoveGoogleUserIdDataStatus.fromJson(
  1. Map json_
)

Implementation

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