DenyLists.fromJson constructor

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

Implementation

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