FlutterPath class abstract

Abstract base path that can be invalidated and somehow regenerates, no concrete logic

Implementers

Constructors

FlutterPath()

Properties

hashCode → int
The hash code for this object.
no setterinherited
path → Path
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

initializeGraphics() → void
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