toSimple method

  1. @override
Map<String, dynamic>? toSimple()
override

returns a simple, json compatible representation of the content

Implementation

@override
Map<String, dynamic>? toSimple() => toMap();