userName property
String?
get
userName
Implementation
String? get userName => attributes['userName'];
set
userName
(String? value)
Implementation
set userName(String? value) => attributes['userName'] = value;