call method

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

Returns itself.

Implementation

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