IsInvitableUserResponse.fromJson constructor

IsInvitableUserResponse.fromJson(
  1. Map json_
)

Implementation

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