StringValue constructor

StringValue({
  1. String value = '',
})

Implementation

StringValue({this.value = ''}) : super(fullyQualifiedName);