PiholeStatusModel constructor

PiholeStatusModel({
  1. @JsonKey(name: 'status') required String status,
})

Implementation

factory PiholeStatusModel({
  @JsonKey(name: 'status') required String status,
}) = _PiholeStatusModel;