hasMysql property

bool get hasMysql

Whether MySQL is configured in fx.yaml.

Implementation

bool get hasMysql => database != null;