call method

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

Returns itself.

Implementation

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