CustomStatusPayload.fromJson constructor

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

Implementation

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