SunnyCore class

Context holder for sunny-related services

Implemented types
Available Extensions

Constructors

SunnyCore({BuildContextResolver? resolver})

Properties

buildContext BuildContext?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resolver BuildContextResolver?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T>({String? name, BuildContext? context}) → T
override
get<T>({dynamic context, String? name}) → T
override
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