toJson method
Implementation
Map<String, dynamic> toJson() => {
'type': type,
'label': label,
'algorithm': algorithm,
'scrypt': algorithm,
'key': key,
'salt': key,
'address': address,
'parameters': parameters
};