filename property

  1. @protected
String get filename

The filename where the store's data is saved. Defaults to [id].data.

Implementation

@protected
String get filename => '$id.data';