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