ListField constructor

ListField(
  1. String type,
  2. String subtype,
  3. String name,
  4. bool isLate,
  5. bool nullable,
)

Implementation

ListField(String type, this.subtype, String name, bool isLate, bool nullable)
    : super(type, name, name, isLate, nullable);