FunctionResponse_Scheduling.fromJson constructor

FunctionResponse_Scheduling.fromJson(
  1. Object? json
)

Implementation

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