GithubActionsModel.fromJson constructor

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

Convert from JSON.

GithubActionsModel.fromJson(json);

Implementation

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