call method

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

Returns itself.

Implementation

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