identifier property

  1. @TagNumber(1)
FFIdentifier get identifier

By convention, the identifier name is prefixed with the identifier of the containing field (e.g. the containing Collection or Widget Class).

Implementation

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

Implementation

@$pb.TagNumber(1)
set identifier(FFIdentifier value) => $_setField(1, value);