identifier property
Unique identifier for this slot within the component.
Implementation
@$pb.TagNumber(1)
FFIdentifier get identifier => $_getN(0);
Implementation
@$pb.TagNumber(1)
set identifier(FFIdentifier value) => $_setField(1, value);
Unique identifier for this slot within the component.
@$pb.TagNumber(1)
FFIdentifier get identifier => $_getN(0);
@$pb.TagNumber(1)
set identifier(FFIdentifier value) => $_setField(1, value);