setMsg method

dynamic setMsg(
  1. String? msg
)

Implementation

setMsg(String? msg) { _msg = msg; }