db property
Database
get
db
Implementation
Database get db =>
_db ?? (throw 'You Need to call $runtimeType.init() first');
Database get db =>
_db ?? (throw 'You Need to call $runtimeType.init() first');