Argument<T> constructor

Argument<T>({
  1. required String name,
  2. String description = "",
})

Implementation

Argument({required this.name, this.description = ""});