Map<String, dynamic> toJson() => { 'id': id, if (version != null) 'version': version, if (variables != null) 'variables': variables!.toJson(), };