Map<String, dynamic> toJson() => withoutNulls({ 'op': op, 'args': args.map((item) => item.toJson()).toList(), });