input property

  1. @BuiltValueField.new(wireName: r'Input')
Input? get input

Data entered by the user, related to the input command.

Implementation

@BuiltValueField(wireName: r'Input')
Input? get input;