Composable<T> class abstract

A composable object allowing multiple defitions to be "stacked" where defined properties override existing properties.

Implementers

Constructors

Composable()

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

compose(List<T> base, [T fallback]) → T
Creates a new T by composing non-null properties of this onto bases with any completely undefined properties taken from fallback
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