table property

String get table

Table name for this key.

Implementation

String get table =>
    nosqueel.ns_key_get_table(_key).cast<Utf8>().toDartString();