Model constructor

Model({
  1. String name = '',
  2. List<Field> fields = const [],
})

Implementation

Model({this.name = '', this.fields = const []});