id property

  1. @override
  2. @XmlAttribute(name: 'F')
String? id
final

Unique identifier for this line string.

Records generated on MICS have negative IDs.

Implementation

@override
@annotation.XmlAttribute(name: 'F')
final String? id;