PaymentOptionsModel class Null safety

Constructors

PaymentOptionsModel({int? id, String? code, String? title, double? additionalFees, bool? hasCashLimit, dynamic cashLimit, dynamic cashLimitMsg, String? image, String? currencySymbol})
PaymentOptionsModel.fromJson(Map<String, dynamic> json)
factory

Properties

additionalFees double?
read / write
cashLimit ↔ dynamic
read / write
cashLimitMsg ↔ dynamic
read / write
code String?
read / write
currencySymbol String?
read / write
hasCashLimit bool?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
id int?
read / write
image String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
title String?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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