FineTuneRequest.fromJson constructor

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

Implementation

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