AppSchemaField constructor
AppSchemaField({
- String? displayName,
- String? type,
- bool? required,
- String? ownedBy,
- AppSchemaFieldEncryption? encryption,
Implementation
AppSchemaField({
this.displayName,
this.type,
this.required,
this.ownedBy,
this.encryption,
});