authenticityParams property

AuthenticityParams authenticityParams

Implementation

AuthenticityParams get authenticityParams => _authenticityParams;
void authenticityParams=(AuthenticityParams val)

Implementation

set authenticityParams(AuthenticityParams val) {
  (_authenticityParams = val)._apply(this);
}