mti property

String get mti

Implementation

String get mti {
  if (!hasField(0)) throw StateError("MTI not available");
  return getValue(0)! as String;
}