menu
moviestar
models/movie.dart
Movie
id property
id
dark_mode
light_mode
id
property
@
HiveField
(0)
int
id
final
Unique identifier for the movie.
Implementation
@HiveField(0) final int id;
moviestar
movie
Movie
id property
Movie class