authenticityParams property

AuthenticityParams get authenticityParams

Implementation

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

Implementation

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