Module class

*[<Null safety>](https://dart.dev/null-safety)*

Constructors

Module ()

returns a shared instance of this. factory

Properties

hashCode → int

The hash code for this object. ...
read-only, inherited

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed. ...
inherited

removeSelfFromStory() void

When RemoveSelfFromStory() is called the framework will stop the module and remove it from the story. If there are no more running modules in the story the story will be stopped.

toString() String

A string representation of this object. ...
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited