SourceObject constructor

SourceObject({
  1. String? objectName,
  2. List<SourceProperty>? properties,
})

Implementation

SourceObject({this.objectName, this.properties});