StatusEntity constructor

StatusEntity({
  1. ContextEntity? context,
  2. String? value,
  3. num? total_paid,
})

Implementation

StatusEntity({this.context, this.value, this.total_paid});