mod property
ModelMVC
get
mod
Allow for easy access to 'the first Model' throughout the application.
Implementation
// ignore: prefer_constructors_over_static_methods
static ModelMVC get mod => _firstMod ?? ModelMVC();