IdUser.pure constructor

const IdUser.pure({
  1. int maxLength = 7,
})

Implementation

const IdUser.pure({this.maxLength = 7}) : super.pure('');