import 'package:mylab/domain/models/car.dart'; class HomeData { final List? data; final int? nextPage; HomeData({this.data, this.nextPage}); }