call method

  1. @override
FAutocompleteStyle call(
  1. covariant Object _
)
inherited

Returns itself.

Implementation

@override
FAutocompleteStyle call(Object _) => this as FAutocompleteStyle;