Returns a JSON representation of this class.
Map<String, dynamic> toJson() { return {'name': name, 'defType': defType}; }