ldsVersion property
The version of the LDS (Logical Data Structure) used in the document
Implementation
String? get ldsVersion => _map["ldsVersion"] as String?;
The version of the LDS (Logical Data Structure) used in the document
String? get ldsVersion => _map["ldsVersion"] as String?;