AddressObject constructor
AddressObject({})
Constructor for creating an AddressObject.
Implementation
AddressObject({
required this.hash,
this.custom,
required this.publicKey,
required this.privateKey,
this.balance = 0,
this.score = 0,
this.lastOP = 0,
this.isLocked = false,
this.incoming = 0,
this.outgoing = 0,
});