GithubActionsStepValue.fromJson constructor

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

Convert from JSON.

Implementation

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