collections property

  1. @TagNumber(1)
PbMap<String, FFCollection> get collections

All collections defined in the backend, keyed by Identifier key.

Implementation

@$pb.TagNumber(1)
$pb.PbMap<$core.String, FFCollection> get collections => $_getMap(0);