custom property

  1. @TagNumber(6)
FFCustomAuth get custom

@doc Custom authentication configuration.

Implementation

@$pb.TagNumber(6)
FFCustomAuth get custom => $_getN(5);
  1. @TagNumber(6)
set custom (FFCustomAuth value)

Implementation

@$pb.TagNumber(6)
set custom(FFCustomAuth value) => $_setField(6, value);