RepresentationType constructor

RepresentationType(
  1. int identifier,
  2. bool nullable, [
  3. Guid? guid,
  4. List<RepresentationType>? subTypes,
])

Implementation

RepresentationType(this.identifier, this.nullable,
    [this.guid, this.subTypes]) {}