GithubActionsJobModel.fromJson constructor

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

Convert from JSON.

GithubActionsJobModel.fromJson(json);

Implementation

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