Layer class

Constructors

Layer(String name, [Map<String, dynamic> _value = const {}, dynamic _onParamExposure(Layer, String) = noop])

Properties

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

Methods

get<T>(String key, [T? defaultValue]) → T?
Gets a value from the Layer
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

Static Methods

empty(String name) → dynamic