ArgType.string constructor

const ArgType.string(
  1. String value
)

Implementation

const factory ArgType.string(String value) = StringArgType;