fromJson static method

InviteMembersResponse fromJson(
  1. Map<String, dynamic> json
)

Create a new instance from a json

Implementation

static InviteMembersResponse fromJson(Map<String, dynamic> json) =>
    _$InviteMembersResponseFromJson(json);