StatusEntity constructor
StatusEntity({
- ContextEntity? context,
- String? value,
- num? total_paid,
Implementation
StatusEntity({this.context, this.value, this.total_paid});