CommitStats.fromJson constructor

CommitStats.fromJson(
  1. Map json_
)

Implementation

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