CoastObserver class

Implementers

Constructors

CoastObserver()

Properties

coast CoastState
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startTransition(Beach beach, Beach previousBeach, BeachTransitionDirection direction, Animation<double> progress) → void
progress will animate between 0 and 1. It will always start at 0, and end either at 1 (when the transition completes) or at 0 (when the transition is cancelled).
toString() String
A string representation of this object.
inherited

Operators

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