ScheduledStatus.fromJson constructor

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

Implementation

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