listMapVariable property

  1. @TagNumber(1)
FFVariable get listMapVariable

@doc Specifies how to map the elements in the list.

Implementation

@$pb.TagNumber(1)
FFVariable get listMapVariable => $_getN(0);
  1. @TagNumber(1)
set listMapVariable (FFVariable value)

Implementation

@$pb.TagNumber(1)
set listMapVariable(FFVariable value) => $_setField(1, value);