GptRunStep.fromJson constructor

GptRunStep.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GptRunStep.fromJson(Map<String, dynamic> json) =>
    _$GptRunStepFromJson(json);