toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'status': status,
    'origin': origin,
    'logDescription': logDescription,
    'logId': logId,
    'timestamp': timestamp,
    'hashAlgorithm': hashAlgorithm,
    'signatureAlgorithm': signatureAlgorithm,
    'signatureData': signatureData,
  };
}