call method

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

Returns itself.

Implementation

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