CommitDataUser constructor

CommitDataUser(
  1. String? login,
  2. int? id,
  3. String? type
)

Implementation

CommitDataUser(this.login, this.id, this.type);