table constant Null safety

String const table

The TransactionModel table name in _db.

It could not be 'transaction' to avoid protected terms usage in sqlite.

Implementation

static const table = 'txn';