FPayPalShippingOptions class

Inheritance

Constructors

FPayPalShippingOptions()

Properties

amounts List<Amounts>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
label String
getter/setter pair
map Map<String, dynamic>
returns a non null map
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected String
getter/setter pair
type String
getter/setter pair

Methods

fromMap(Map<String, dynamic> data) FPayPalShippingOptions
getInt(dynamic name, {int defaultVal = 0}) int
inherited
getList(dynamic name, {List? defaultVal}) List?
inherited
getMap(dynamic name, {Map<String, dynamic>? defaultVal}) Map<String, dynamic>?
inherited
getMapList(dynamic name, {List<Map<String, dynamic>>? defaultVal}) List<Map<String, dynamic>>?
inherited
getString(dynamic name, {String defaultVal = ""}) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMap(Map<String, dynamic> mapV) → void
set a non null map
inherited
toString() String
A string representation of this object.
inherited

Operators

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