core.Map<core.String, core.dynamic> toJson() => { if (dataType != null) 'dataType': dataType!, if (description != null) 'description': description!, if (key != null) 'key': key!, };