value property

  1. @override
String get value
override

Implementation

final class List$  extends CitrusThin implements IterableProperty { static const VALUE = 'list'; const List$();  @override String get value => VALUE;