Map<String, dynamic> toMap() { return {'name': name, 'type': type, 'isList': isList, 'isMap': isMap, 'isCustom': isCustom}; }