call method

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

Returns itself.

Implementation

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