MappingStartEvent class
An event indicating the beginning of a mapping.
- Implemented types
Constructors
- MappingStartEvent(FileSpan span, CollectionStyle style, {String? anchor, String? tag})
Properties
- anchor → String?
-
The name of the value's anchor, or
nullif it wasn't anchored.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → FileSpan
-
final
- style → CollectionStyle
-
The style of the collection in the original source.
final
- tag → String?
-
The text of the value's tag, or
nullif it wasn't tagged.final - type → EventType
-
no setteroverride
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