GithubActionsLogModel constructor
- @JsonSerializable.new(explicitToJson: true)
Value for model.
Implementation
// ignore: invalid_annotation_target
@JsonSerializable(explicitToJson: true)
const factory GithubActionsLogModel({
int? runId,
int? jobId,
int? chunk,
String? name,
ModelUri? downloadUrl,
@Default("") String text,
ModelTimestamp? createdAt,
@Default(false) bool fromServer,
}) = _GithubActionsLogModel;