CommitUser constructor

CommitUser(
  1. String? name,
  2. String? email
)

Implementation

CommitUser(this.name, this.email);