PaynowCartItem class

Represents a product or service

Constructors

PaynowCartItem({required String title, required double amount})
PaynowCartItem.fromMap(dynamic data)
factory

Properties

amount double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

copyWith({String? title, double? amount}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → dynamic
toString() String
A string representation of this object.
override

Operators

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