SourceProperty constructor

SourceProperty({
  1. bool? primaryKey,
  2. List<SourceProperty>? properties,
  3. String? propertyName,
})

Implementation

SourceProperty({this.primaryKey, this.properties, this.propertyName});