GraphGetListsWithMembershipInput.fromJson constructor

GraphGetListsWithMembershipInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GraphGetListsWithMembershipInput.fromJson(
  Map<String, Object?> json,
) => _$GraphGetListsWithMembershipInputFromJson(json);