ConsumedProps class

Provides a list of PropDescriptors and a top-level list of their keys, for easy access.

Implementers

Constructors

ConsumedProps(List<PropDescriptor> props, List<String> keys)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<String>
Top-level accessor of string keys of props stored in props.
final
props List<PropDescriptor>
Rich views of prop declarations.
final
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
toString() String
A string representation of this object.
inherited

Operators

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