Map<String, dynamic> toJson() => { 'id': id, 'name': name, 'type': EnumToString.convertToString(type), 'is_nullable': isNullable, };