parseMeta abstract method

Meta? parseMeta(
  1. Mapping meta
)

Parses a serialized Map into a Meta instance.

meta: Serialized metadata in the Map format defined in Meta

Returns: Meta instance if parsing succeeds, null otherwise

Implementation

Meta? parseMeta(Mapping meta);