SubcollectionMap extension

on

Methods

appendToJsonObject(Map<String, dynamic> jsonObject) Map<String, dynamic>

Available on Map<String, List<PublicationCollection>>, provided by the SubcollectionMap extension

Serializes a map of PublicationCollection indexed by their role into a RWPM JSON representation and add them to the given jsonObject.
toJsonObject() Map<String, dynamic>

Available on Map<String, List<PublicationCollection>>, provided by the SubcollectionMap extension

Serializes a map of PublicationCollection indexed by their role into a RWPM JSON representation.