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