GuestAccountInfo.fromJson constructor

GuestAccountInfo.fromJson(
  1. Map json_
)

Implementation

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