GotoLineCommand constructor

const GotoLineCommand({
  1. required int line,
})

Implementation

const GotoLineCommand({required this.line});