EntityGrantSearchResponse.fromJson constructor

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

Implementation

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