CommitBody.fromRawJson constructor

CommitBody.fromRawJson(
  1. String str
)

Implementation

factory CommitBody.fromRawJson(String str) =>
    CommitBody.fromJson(json.decode(str));