hasBuilt property Null safety
Indicates whether this Module has had the build() method called on it.
Implementation
bool get hasBuilt => _hasBuilt;
Indicates whether this Module has had the build() method called on it.
bool get hasBuilt => _hasBuilt;