CustomStatusResponse.fromJson constructor

CustomStatusResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory CustomStatusResponse.fromJson(Map<String, Object?> json) =>
    _$CustomStatusResponseFromJson(json);