hasMysql property
bool
get
hasMysql
Whether MySQL is configured in fx.yaml.
Implementation
bool get hasMysql => database != null;
Whether MySQL is configured in fx.yaml.
bool get hasMysql => database != null;