DetailData class

Constructors

DetailData({String? accountnumber, String? targetamount, String? duration, String? name, String? primaryaccountnumber, String? frequency, String? startdate, String? isinterestearning, String? creationdate, String? trackingref})
DetailData.fromJson(Map<String, dynamic> json)
factory

Properties

accountnumber String?
final
creationdate String?
final
duration String?
final
frequency String?
final
hashCode int
The hash code for this object.
no setterinherited
isinterestearning String?
final
name String?
final
primaryaccountnumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startdate String?
final
targetamount String?
final
trackingref String?
final

Methods

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

Operators

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