ListCommand constructor

ListCommand(
  1. Future<void> userMethod()
)

Implementation

ListCommand(this.userMethod);