User constructor

User(
  1. int id, [
  2. String language = '',
  3. String type = '',
  4. String username = '',
])

Implementation

User(this.id, [this.language = '', this.type = '', this.username = '']);