AppSchemaField constructor

AppSchemaField({
  1. String? displayName,
  2. String? type,
  3. bool? required,
  4. String? ownedBy,
  5. AppSchemaFieldEncryption? encryption,
})

Implementation

AppSchemaField({
  this.displayName,
  this.type,
  this.required,
  this.ownedBy,
  this.encryption,
});