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