Scheduling_Strategy.fromJson constructor

Scheduling_Strategy.fromJson(
  1. Object? json
)

Implementation

factory Scheduling_Strategy.fromJson(Object? json) =>
    Scheduling_Strategy(json as String);