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