SubDialog class

Inheritance

Constructors

SubDialog.new({required Entity initial, int? startTime, int? endTime, bool? withoutTags, String? style, String? text})

Properties

endTime int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int?
getter/setter pair
style String?
getter/setter pair
text String?
getter/setter pair
withoutTags bool?
getter/setter pair

Methods

export() Entity
override
getDurections() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeTags() → dynamic
setEndTime(dynamic time) → dynamic
setStartTime(dynamic time) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited