mastro property

Mastro<T> get mastro

Creates a full-featured state container.

Implementation

Mastro<T> get mastro {
  return Mastro<T>.of(this);
}