ListPropertyStruct constructor

const ListPropertyStruct(
  1. String name,
  2. Iterable<String> value
)

Implementation

const ListPropertyStruct(this.name, this.value);