Payment class
Constructors
- Payment.new({required int type, required int sum})
-
Payment.fromJson(Map<
String, dynamic> json) -
factory
- Payment.fromRawJson(String str)
-
factory
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited