Properties class
Constructors
-
Properties({num? ascent, num? descent, List<
Segment> ? segments, Extras? extras, PropertiesSummary? summary, List<num> ? wayPonums}) -
Properties.fromMap(Map<
String, dynamic> json) -
factory
Properties
- ascent ↔ num?
-
getter/setter pair
- descent ↔ num?
-
getter/setter pair
- extras ↔ Extras?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
segments
↔ List<
Segment> ? -
getter/setter pair
- summary ↔ PropertiesSummary?
-
getter/setter pair
-
wayPonums
↔ List<
num> ? -
getter/setter pair
Methods
-
copyWith(
{num? ascent, num? descent, List< Segment> ? segments, Extras? extras, PropertiesSummary? summary, List<num> ? wayPonums}) → Properties -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited