RegisterGcpRequest.fromJson constructor
RegisterGcpRequest.fromJson(
- Map json_
Implementation
RegisterGcpRequest.fromJson(core.Map json_)
: this(developerEmail: json_['developerEmail'] as core.String?);