toJson method

Map<String, dynamic> toJson ()

Implementation

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