ldsVersion property

String? get ldsVersion
override

The version of the LDS (Logical Data Structure) used in the document

Implementation

String? get ldsVersion => _map["ldsVersion"] as String?;