authentication property

  1. @TagNumber(6)
FFAuthentication get authentication

Implementation

@$pb.TagNumber(6)
FFAuthentication get authentication => $_getN(4);
  1. @TagNumber(6)
set authentication (FFAuthentication value)

Implementation

@$pb.TagNumber(6)
set authentication(FFAuthentication value) => $_setField(6, value);