ArgumentSegment constructor
const
ArgumentSegment(
- String name
Not use without ":" or "{}"
Implementation
const ArgumentSegment(String name) : super._(name);
Not use without ":" or "{}"
const ArgumentSegment(String name) : super._(name);