msg property
dynamic
get
msg
Implementation
dynamic get msg => _msg;
set
msg
(dynamic value)
Implementation
set msg(dynamic value) {
_msg = value;
}