fields property

  1. @TagNumber(2)
PbMap<String, FFParameter> get fields

@doc All the fields of the collection, keyed by Identifier key.

Implementation

@$pb.TagNumber(2)
$pb.PbMap<$core.String, FFParameter> get fields => $_getMap(1);