GroupCode class
DXF Group Codes
Constructors
- GroupCode.new(int? code, dynamic value)
Properties
- code → int?
-
final
- dxfString → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAcDbArc → bool
-
no setter
- isAcDbCircle → bool
-
no setter
- isAcDbEllipse → bool
-
no setter
- isAcDbEntity → bool
-
no setter
- isAcDbLine → bool
-
no setter
- isAcDbMText → bool
-
no setter
- isAcDbPoint → bool
-
no setter
- isAcDbPolyline → bool
-
no setter
- isAcDbText → bool
-
no setter
- isBLOCKS → bool
-
no setter
- isCLASSES → bool
-
no setter
- isENDSEC → bool
-
no setter
- isENTITIES → bool
-
no setter
- isHEADER → bool
-
no setter
- isHeaderElement → bool
-
no setter
- isOBJECTS → bool
-
no setter
- isSECTION → bool
-
no setter
- isTABLES → bool
-
no setter
- isTHUMBNAILIMAGE → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ dynamic
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited