SchemaField constructor

SchemaField({
  1. required String name,
  2. required String type,
  3. required bool nullable,
})

Implementation

SchemaField({required this.name, required this.type, required this.nullable});