msg property

String msg

Implementation

String get msg => this._msg;
void msg=(String value)

Implementation

set msg(String value) => this._msg = value;