getCode static method

String? getCode(
  1. Map? res
)

Implementation

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