RemoteInvitation.fromJson constructor

RemoteInvitation.fromJson(
  1. Map json
)

Implementation

factory RemoteInvitation.fromJson(Map json) =>
    _$RemoteInvitationFromJson(json);