RunListModel constructor
RunListModel({})
Implementation
RunListModel({
required this.object,
required this.data,
required this.firstId,
required this.lastId,
required this.hasMore,
});
RunListModel({
required this.object,
required this.data,
required this.firstId,
required this.lastId,
required this.hasMore,
});