getMode method

String? getMode()

Returns encoded mode

Implementation

String? getMode() {
  return AccessMode.encode(mode);
}