BillItem class

Constructors

BillItem({required String? id, required String? name, required String? description, required String? kudaIdentifier, required int amount, required bool isFixedPrice, required String? billerId, required bool isActive, dynamic vendingAggregator})
BillItem.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
getter/setter pair
billerId String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
isActive bool
getter/setter pair
isFixedPrice bool
getter/setter pair
kudaIdentifier String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendingAggregator ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited