EasyManager constructor
Implementation
const EasyManager({
Key key,
@required this.bloc,
this.child,
}) : assert(bloc != null),
super(key: key);
const EasyManager({
Key key,
@required this.bloc,
this.child,
}) : assert(bloc != null),
super(key: key);