GithubActionsStepValue constructor
const
GithubActionsStepValue({})
Value for representing each step executed within a Github Action job.
Implementation
const factory GithubActionsStepValue({
int? number,
String? name,
String? status,
String? conclusion,
ModelTimestamp? startedAt,
ModelTimestamp? completedAt,
}) = _GithubActionsStepValue;