WaterfallConfigurationBuilder class

Builder class for WaterfallConfiguration.

Properties

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

Methods

build() WaterfallConfiguration
Method to build the WaterfallConfiguration instance using the configured values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCeiling(double ceiling) WaterfallConfigurationBuilder
Method to set the ceiling value for the WaterfallConfiguration being built. Returns the builder instance to allow method chaining.
setFloor(double floor) WaterfallConfigurationBuilder
Method to set the floor value for the WaterfallConfiguration being built. Returns the builder instance to allow method chaining.
toString() String
A string representation of this object.
inherited

Operators

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