BaseScopes class

Default scopes for app

Do not use this predefined ids

Constructors

BaseScopes.new()

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

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

Constants

global → const String
Global scope for app level singletons
unique → const String
Stub scope defining unique object scope
weak → const String
Scope for global instances that will be disposed once all holders are disposed