GithubActionsLogModel.fromJson constructor

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

Convert from JSON.

GithubActionsLogModel.fromJson(json);

Implementation

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