NMultipartPath class

Constructors

NMultipartPath({required Iterable<NLatLng> coords, Color color = Colors.white, Color outlineColor = Colors.black, Color passedColor = Colors.white, Color passedOutlineColor = Colors.black})
const

Properties

color Color
final
coords Iterable<NLatLng>
final
hashCode int
The hash code for this object.
no setterinherited
outlineColor Color
final
passedColor Color
final
passedOutlineColor Color
final
payload Map<String, dynamic>
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
toNPayload() → NPayload
toString() String
A string representation of this object.
inherited

Operators

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