call method

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

Returns itself.

Implementation

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