value property

  1. @override
Map<String, dynamic> value
override

Map containing the real value of the message.

Implementation

@override
Map<String, dynamic> get value => didDocument.toJson();