toJson method
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
'authorized': authorized,
'available': available,
'averageAvailability': averageAvailability,
'firstPublicKey': firstPublicKey,
'geoPatch': geoPatch,
'ip': ip,
'lastPublicKey': lastPublicKey,
'networkPatch': networkPatch,
'port': port,
'rewardAddress': rewardAddress,
'authorizationDate': authorizationDate,
'enrollmentDate': enrollmentDate,
};