Fabric class

Constructors

Fabric()

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

getBool(String key, {bool? defaultValue}) bool
getInstance<T>([Spec? spec]) → T
getInstances<T>([Spec? spec]) Set<T>
getInt(String key, {int? defaultValue}) int
getOptionalBool(String key) bool?
getOptionalInt(String key) int?
getOptionalString(String key) String?
getString(String key, {String? defaultValue}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register<T>(Spec spec, Factory<T> factory) → void
registerConfig(String key, String value) → void
registerConfigMap(Map<String, String> configMap) → void
registerFactory<T>(Factory<T> factory) → void
registerInstance<T>(T instance) → void
toString() String
A string representation of this object.
inherited

Operators

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