toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'operation': operation.toJson(),
'did': did.toJson(),
'lastTxId': lastTxId,
'auth': auth.toJson(),
'expiresAtHeight': expiresAtHeight,
};