class Money { final num? total; final bool loading; Money({this.total, required this.loading}); }