CommitRepositoryChangesResponse.fromJson constructor

CommitRepositoryChangesResponse.fromJson(
  1. Map json_
)

Implementation

CommitRepositoryChangesResponse.fromJson(core.Map json_)
  : this(commitSha: json_['commitSha'] as core.String?);