PsPatternEncodeOptions class final
Preservation and validation choices applied while encoding pattern records.
Constructors
- PsPatternEncodeOptions({PsPatternEncodeMode mode = PsPatternEncodeMode.strict, bool includeVirtualMemoryTrailingData = true, bool includeRecordTrailingData = true})
-
Creates options for canonical pattern output by default.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeRecordTrailingData → bool
-
Whether bytes after an embedded record's virtual-memory array are retained.
final
- includeVirtualMemoryTrailingData → bool
-
Whether bytes after the recognized virtual-memory slots are retained.
final
- mode → PsPatternEncodeMode
-
Validation policy applied before values are written.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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