user_name property
Int8List?
get
user_name
Implementation
Int8List? get user_name => this._user_name;
set
user_name
(Int8List? user_name)
Implementation
set user_name(Int8List? user_name) {
this._user_name = user_name;
}