rocket_view library

Classes

RocketException
RocketModel<T>
An abstract class that defines the behavior of a model object.
RocketView<T>
ViewRocketState
The state object for the RocketView widget.

Extensions

AllToJson on List<RocketModel>

Constants

rocketRebuild → const String
rocketRequestKey → const String

Typedefs

OnError = Widget Function(RocketException error, dynamic reload())?