getMsg static method

String? getMsg(
  1. Map? res
)

Implementation

static String? getMsg(Map? res) {
  return res == null ? null : res[_msgField]?.toString();
}