Skip to content

Instantly share code, notes, and snippets.

View ghozay19's full-sized avatar
🌴
On vacation

Ghozy Mustofa ghozay19

🌴
On vacation
View GitHub Profile
@ghozay19
ghozay19 / movie_item.dart
Created February 16, 2020 06:04
movie_item.dart
import 'package:json_annotation/json_annotation.dart';
part'movie_item.g.dart';
@JsonSerializable()
class MovieItem {
@JsonKey(name: 'poster_path')
String posterPath;