Fragment<Serv extends Service<Repository>> class abstract base

A 'Fragment' of UI.

Constructors

Fragment()

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

bind(Serv service) → void
Bind Service S to this Fragment.
builder(dynamic context, dynamic child) → dynamic
A builder function to be used with ListenableBuilder within Container.build.
buildFragment(dynamic context, Serv service, dynamic child) → dynamic
Build a 'Fragment' of the Widget tree, using the provided Service S.
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