call method

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

Returns itself.

Implementation

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