Grant.fromJson constructor

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

Implementation

factory Grant.fromJson(Map<String, dynamic> json) => _$GrantFromJson(json);