GroupList.fromJson constructor

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

Implementation

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