localId property
dynamic
get
localId
Provides access to the local identifier of the model instance. This typically corresponds to the primary key in the local SQLite database (e.g., 'id'). Subclasses should override this if their primary key column is named differently.
Implementation
dynamic get localId => data['id'];