IsInvitableUserResponse.fromJson constructor
IsInvitableUserResponse.fromJson(
- Map json_
Implementation
IsInvitableUserResponse.fromJson(core.Map json_)
: this(
isInvitableUser: json_['isInvitableUser'] as core.bool?,
);