DocPerm.fromJson constructor

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

Implementation

factory DocPerm.fromJson(Map<String, dynamic>? json) =>
    _$DocPermFromJson(json!);