identifier property
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);
Implementation
@$pb.TagNumber(1)
set identifier(FFIdentifier value) => $_setField(1, value);