call method

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

Returns itself.

Implementation

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