menu
moviestar
models/movie.dart
Movie
posterUrl property
posterUrl
dark_mode
light_mode
posterUrl
property
@
HiveField
(3)
String
posterUrl
final
URL for the movie's poster image.
Implementation
@HiveField(3) final String posterUrl;
moviestar
movie
Movie
posterUrl property
Movie class