BitPart class abstract

Part of a BitPattern that will be used to match.

Annotations
  • @immutable

Constructors

BitPart.v(int length, [String? name])
A dynamic variable (segment) of a pattern of length bytes.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

one → const BitPart
A static 1 within a BitPattern.
zero → const BitPart
A static 0 within a BitPattern.