FieldInfo constructor

const FieldInfo({
  1. String? name,
  2. required int type,
  3. String? typeName,
  4. List<String> docs = const [],
})

Implementation

const FieldInfo({this.name, required this.type, this.typeName, this.docs = const []});