wasCreated property
bool
get
wasCreated
Whether the database has been created during this session.
Implementation
bool get wasCreated => versionBefore == null;
Whether the database has been created during this session.
bool get wasCreated => versionBefore == null;